Namespaces

Types

Type ComponentPartBase<T>

Namespace FluentNHibernate.Mapping

Parent ClasslikeMapBase<T>

Interfaces IComponentMappingProvider

Methods

Properties

Public instance methods

ComponentPartBase<T> ParentReference(Expression<Func<T, object>> exp)

Maps a property of the component class as a reference back to the containing entity
Parameters
return ComponentPartBase<T> Component being mapped
Expression<Func<T, object>> exp Parent reference property

Public properties

AccessStrategyBuilder<T> Access get;

Set the access and naming strategy for this component.
return AccessStrategyBuilder<T>

Type EntityType get;

return Type

ComponentPartBase<T> Not get;

return ComponentPartBase<T>